From 0fb9965f08d8bff54ad11b561d61eaeda9ddf04e Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 12 Sep 2005 20:39:01 +0000 Subject: [PATCH] Correctly destroy mkshort handles. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1409 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xcsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/xcsv.c b/gpsbabel/xcsv.c index 95f3e5d86..c8ac96721 100644 --- a/gpsbabel/xcsv.c +++ b/gpsbabel/xcsv.c @@ -159,7 +159,7 @@ xcsv_destroy_style(void) xfree(xcsv_file.extension); if (xcsv_file.mkshort_handle) - xfree(xcsv_file.mkshort_handle); + mkshort_del_handle(xcsv_file.mkshort_handle); /* return everything to zeros */ internal = xcsv_file.is_internal; -- 2.30.2